Saturday, 31 August 2013

Adding a rotated rectangle to a path without allocating memory

Adding a rotated rectangle to a path without allocating memory

References

Reference NO 1

http://stackoverflow.com/questions/15187664/adding-a-rotated-rectangle-to-a-path-without-allocating-memory

Reference NO 2

http://stackoverflow.com/questions/15209162/efficient-ondraw-with-bitmaps-and-hardware-accelerated-complex-clipping

Reference NO 3

http://stackoverflow.com/questions/4550816/maximum-size-matrix-without-getting-outofmemory-error

Reference NO 4

http://www.apeth.com/iOSBook/ch15.html

Reference NO 5

http://msdn.microsoft.com/en-us/library/windows/hardware/ff559743(v=vs.85).aspx

Reference NO 6

http://leetcode.com/onlinejudge

Reference NO 7

http://cairographics.org/documentation/pycairo/2/reference/context.html

Reference NO 8

http://community.bistudio.com/wiki/Oxygen_2_-_Manual

Using timer and PWM with Arduino

Using timer and PWM with Arduino

References

Reference NO 1

http://playground.arduino.cc/Main/TimerPWMCheatsheet

Reference NO 2

http://forum.arduino.cc/index.php?topic=117425.0

Reference NO 3

http://letsmakerobots.com/node/28278

Reference NO 4

http://stackoverflow.com/questions/15187910/using-timer-and-pwm-with-arduino

Reference NO 5

http://arduino-info.wikispaces.com/Arduino-PWM-Frequency

Reference NO 6

http://www.pjrc.com/teensy/td_libs_TimerOne.html

Reference NO 7

http://sobisource.com/?p=195

Reference NO 8

#EANF#

ByteStream problems

ByteStream problems

References

Reference NO 1

http://stackoverflow.com/questions/4610812/bufferedinputstream-readbyte-causes-problems-anyone-have-this-problem-befor

Reference NO 2

http://stackoverflow.com/questions/9098022/problems-converting-byte-array-to-string-and-back-to-byte-array

Reference NO 3

http://stackoverflow.com/questions/7025568/java-byte-to-string-encoding-problem-on-linux

Reference NO 4

http://stackoverflow.com/questions/5673059/converting-byte-array-to-string-java

Reference NO 5

http://social.msdn.microsoft.com/Forums/vstudio/en-US/8f899fd0-7075-4930-b537-c63b31fe8161/action?threadDisplayName=problems-with-jpeg-byte-array-conversions

Reference NO 6

http://www.daniweb.com/software-development/mobile-development/threads/101846/problem-with-byte-array-to-string

Reference NO 7

#EANF#

Reference NO 8

#EANF#

jquery autocomplete Ÿ?? if json is empty?

jquery autocomplete Ÿ?? if json is empty?

References

Reference NO 1

http://stackoverflow.com/questions/15117106/jquery-autocomplete-to-accept-matches-with-speacial-characters

Reference NO 2

http://dailyjs.com/page5/

Reference NO 3

http://en.flossmanuals.net/civicrm-developer-guide/_all/

Reference NO 4

http://mindsockets.blogspot.com/2012/07/yahoo-finance-api-with-jquery.html

Reference NO 5

http://arreola-janu1991.blogspot.com/2013/08/jquery-is-undefined-but-function.html

Reference NO 6

http://arreola-janu1991.blogspot.com/2013/08/all-java-windows-blank-after-installing.html

Reference NO 7

http://forumarray.com/ssis-unicode-problem-820501

Reference NO 8

#EANF#

oracle db id column auto generate JPA JSF

oracle db id column auto generate JPA JSF

References

Reference NO 1

http://stackoverflow.com/questions/15188608/oracle-db-id-column-auto-generate-jpa-jsf

Reference NO 2

http://shakeelstha.blogspot.com/2012/08/auto-increment-oracle-table-id-with-jpa.html

Reference NO 3

http://www.oracle.com/technetwork/middleware/ias/jsf-jpa-tutorial-095959.html

Reference NO 4

http://www.javaguicodexample.com/javawebjpajsfderbysqldatabase10.html

Reference NO 5

http://www.packtpub.com/article/interacting-with-databases-through-java-persistence-api

Reference NO 6

http://weblogs.java.net/blog/bleonard/archive/2006/12/need_a_primary.html

Reference NO 7

http://wiki.eclipse.org/EclipseLink/Examples/JPA/JSF_Tutorial

Reference NO 8

http://www.javacodegeeks.com/2012/07/full-web-application-tomcat-jsf.html

KLEE WARNINGS and no inputs generated

KLEE WARNINGS and no inputs generated

References

Reference NO 1

http://stackoverflow.com/questions/15188806/klee-warnings-and-no-inputs-generated

Reference NO 2

http://stackoverflow.com/questions/14635126/klee-bca-files-missing

Reference NO 3

http://www.mail-archive.com/klee-dev@imperial.ac.uk/msg01035.html

Reference NO 4

http://klee.llvm.org/Tutorial-1.html

Reference NO 5

http://keeda.stanford.edu/wiki/klee-tutorial-1

Reference NO 6

http://blog.gmane.org/gmane.comp.compilers.llvm.klee/month=20120301

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Finding cycle in Aho-Corasick automaton

Finding cycle in Aho-Corasick automaton

References

Reference NO 1

http://stackoverflow.com/questions/15189025/finding-cycle-in-aho-corasick-automaton

Reference NO 2

http://stackoverflow.com/questions/11541524/how-to-use-aho-corasick-to-find-a-piece-of-text-in-given-set-of-strings

Reference NO 3

http://www.slideshare.net/8neutron8/string-matching-with-finite-automataaho-corasick

Reference NO 4

ftp://163.13.200.222/assistant/bearhero/prog/%A8%E4%A5%A6/ac_bm.pdf

Reference NO 5

http://banyan.cm.nctu.edu.tw/computernetwork2/Aho-Corasick.ppt

Reference NO 6

http://dx.doi.org/doi:10.1145/1774088.1774543

Reference NO 7

http://cial.csie.ncku.edu.tw/st2012/pdf/(TPDS%202012)%20Aho-Corasick%20String%20Matching%20on%20Shared%20and%20Distributed-Memory%20Parallel%20Architectures.pdf

Reference NO 8

#EANF#

Friday, 30 August 2013

Is expression inside ng-show fired after every model change in AngularJS?

Is expression inside ng-show fired after every model change in AngularJS?

References

Reference NO 1

http://stackoverflow.com/questions/15189742/is-expression-inside-ng-show-fired-after-every-model-change-in-angularjs

Reference NO 2

http://stackoverflow.com/questions/17444843/angularjs-how-to-add-numbers-inside-the-expression-from-a-textbox

Reference NO 3

http://stackoverflow.com/questions/18220525/angularjs-ng-checked-not-changing-model-value

Reference NO 4

http://stackoverflow.com/questions/16533299/angularjs-how-to-show-and-hide-a-div-based-on-model-condition

Reference NO 5

http://docs.angularjs.org/api/ng.$rootScope.Scope

Reference NO 6

http://deansofer.com/posts/view/14/AngularJs-Tips-and-Tricks-UPDATED

Reference NO 7

http://thenittygritty.co/angularjs-pitfalls-using-scopes

Reference NO 8

#EANF#

Libgdx intellij Black screen application when run

Libgdx intellij Black screen application when run

References

Reference NO 1

http://stackoverflow.com/questions/15189976/libgdx-intellij-black-screen-application-when-run

Reference NO 2

http://stackoverflow.com/questions/18506609/intellij-idea-lib-folder-export

Reference NO 3

http://code.google.com/p/libgdx/wiki/ProjectSetup

Reference NO 4

http://code.google.com/p/libgdx/wiki/TheArchitecture

Reference NO 5

http://www.rssto.com/es/news/crear-live-wallpaper-en-android-con-libgdx-n511679.html

Reference NO 6

http://echelog.com/logs/browse/libgdx/1367100000

Reference NO 7

http://www.badlogicgames.com/wordpress/?paged=7

Reference NO 8

#EANF#

oauth2.0 flow cannot find client_secrets.json file

oauth2.0 flow cannot find client_secrets.json file

References

Reference NO 1

http://stackoverflow.com/questions/15190252/oauth2-0-flow-cannot-find-client-secrets-json-file

Reference NO 2

https://developers.google.com/bigquery/authorization

Reference NO 3

https://developers.google.com/api-client-library/python/guide/google_app_engine

Reference NO 4

https://developers.google.com/affiliate-network/v1beta1/using_publishers

Reference NO 5

http://www.slideshare.net/marcwan/05-o-auth2-17314226

Reference NO 6

http://forums.netbeans.org/post-142116.html

Reference NO 7

https://community.versionone.com/Developers/Developer-Library/Documentation/API/Security/Oauth_2.0_Authentication/Using_OAuth_2.0_for_Installed_Applications

Reference NO 8

#EANF#

Change DataContext of specific property inside control - WPF

Change DataContext of specific property inside control - WPF

References

Reference NO 1

http://stackoverflow.com/questions/15190472/change-datacontext-of-specific-property-inside-control-wpf

Reference NO 2

http://stackoverflow.com/questions/5960561/c-sharp-wpf-two-different-datacontext-in-one-control-while-using-mvvm-and-the-se

Reference NO 3

http://www.codeproject.com/Articles/321899/DataContext-in-WPF

Reference NO 4

http://www.wpf-tutorial.com/data-binding/using-the-datacontext/

Reference NO 5

http://blog.cylewitruk.com/2010/09/wpf-combobox-and-databinding-datacontext-itemssource-displaymemberpath-selecteditem-selectedvalue-selectedvaluepath/

Reference NO 6

http://sblanco.wordpress.com/2010/01/29/wpf-bind-to-a-parent-datacontext-from-within-a-datatemplate/

Reference NO 7

http://social.msdn.microsoft.com/Forums/vstudio/en-US/48e5e7cd-2385-4130-ba07-e7168b7cfaaf/action?threadDisplayName=binding-a-custom-control-datacontext-to-the-current-item-in-a-itemscontrol-datatemplate

Reference NO 8

http://blog.magnusmontin.net/2013/08/26/data-validation-in-wpf/

Links have special characters in them causing link to be wrong

Links have special characters in them causing link to be wrong

References

Reference NO 1

http://twiki.org/cgi-bin/view/TWiki/TextFormattingRules

Reference NO 2

http://en.wikipedia.org/wiki/Help:Special_characters

Reference NO 3

http://forums.adobe.com/thread/1133628

Reference NO 4

https://dev.twitter.com/discussions/512

Reference NO 5

http://multiples.about.com/od/funfacts/a/twintelepathy.htm

Reference NO 6

http://www.techrepublic.com/blog/10things/10-tips-for-troubleshooting-excel-formulas-and-functions/3089

Reference NO 7

http://www.microsystems.com/PDFS/sevenlaws.pdf

Reference NO 8

http://wp.smashingmagazine.com/2012/10/09/four-malware-infections-wordpress/

switch branches in hg while preserving files

switch branches in hg while preserving files

References

Reference NO 1

http://stackoverflow.com/questions/15190945/switch-branches-in-hg-while-preserving-files

Reference NO 2

http://www.selenic.com/mercurial/hg.1.html

Reference NO 3

http://mercurial.selenic.com/guide/

Reference NO 4

http://mercurial.selenic.com/wiki/RebaseExtension

Reference NO 5

http://mercurial.selenic.com/wiki/MercurialApi

Reference NO 6

http://linux.die.net/man/1/hg

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Converting string time into milliseconds

Converting string time into milliseconds

References

Reference NO 1

http://stackoverflow.com/questions/15191184/converting-string-time-into-milliseconds

Reference NO 2

http://stackoverflow.com/questions/8427169/converting-a-date-string-into-milliseconds-in-java

Reference NO 3

http://www.ruddwire.com/handy-code/date-to-millisecond-calculators/

Reference NO 4

http://www.coderanch.com/t/378404/java/java/Convert-milliseconds-time

Reference NO 5

http://www.webdeveloper.com/forum/showthread.php?125350-Convert-time-to-milliseconds-help

Reference NO 6

http://qt-project.org/forums/viewthread/21519

Reference NO 7

https://groups.google.com/d/topic/d3-js/c_NbVkL_-NI

Reference NO 8

http://www.fileformat.info/tip/java/date2millis.htm

base64_encode escaping or not

base64_encode escaping or not

References

Reference NO 1

http://stackoverflow.com/questions/15191401/base64-encode-escaping-or-not

Reference NO 2

http://stackoverflow.com/questions/1374753/passing-base64-encoded-strings-in-url

Reference NO 3

http://en.wikipedia.org/wiki/Base64

Reference NO 4

http://www.freeformatter.com/base64-encoder.html

Reference NO 5

http://forums.devx.com/showthread.php?4667-base64-encoding-versus-CDATA-escaping

Reference NO 6

http://php.net/manual/en/function.base64-decode.php

Reference NO 7

https://drupal.org/node/327306

Reference NO 8

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Base64_encoding_and_decoding

How to authenticate using OAuth for Adsense Management API?

How to authenticate using OAuth for Adsense Management API?

References

Reference NO 1

https://developers.google.com/adsense/management/getting_started

Reference NO 2

https://developers.google.com/accounts/docs/OAuth2Login

Reference NO 3

https://developers.google.com/adsense/management/tutorials/oauth-generic

Reference NO 4

https://developers.google.com/adsense/management/tutorials/oauth-client-side

Reference NO 5

https://developers.google.com/oauthplayground/

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Change class of property

Change class of property

References

Reference NO 1

http://stackoverflow.com/questions/7125453/modifying-css-class-property-values-on-the-fly-with-javascript-jquery

Reference NO 2

http://stackoverflow.com/questions/11337404/changing-background-color-property-of-a-class-with-javascript-jquery

Reference NO 3

http://www.stoimen.com/blog/2009/11/04/jquery-css-selectors-change-one-or-more-css-properties/

Reference NO 4

http://www.webdeveloper.com/forum/showthread.php?27667-how-to-change-a-CSS-class-property

Reference NO 5

http://bytes.com/topic/javascript/answers/149441-change-css-class-property-using-javascript

Reference NO 6

http://api.jquery.com/attr/

Reference NO 7

http://www.mathworks.com/help/matlab/matlab_oop/property-access-methods.html

Reference NO 8

http://helpx.adobe.com/dreamweaver/using/set-text-properties-property-inspector.html

Thursday, 29 August 2013

Python split and csv; Modification of existing Python Script

Python split and csv; Modification of existing Python Script

References

Reference NO 1

http://stackoverflow.com/questions/15192081/python-split-and-csv-modification-of-existing-python-script

Reference NO 2

http://stackoverflow.com/questions/17247824/splitting-values-out-of-a-csv-reader-python

Reference NO 3

http://www.linuxjournal.com/content/handling-csv-files-python

Reference NO 4

http://paraview.org/Wiki/ParaView/Python_Scripting

Reference NO 5

http://www.coderholic.com/parsing-csv-data-in-python/

Reference NO 6

http://www.python.org/dev/peps/pep-0305/

Reference NO 7

http://mattsnider.com/python-script-for-automatically-copying-modified-files/

Reference NO 8

https://www.e-education.psu.edu/geog485/book/export/html/139

BOOST_MESSAGE undefined

BOOST_MESSAGE undefined

References

Reference NO 1

http://stackoverflow.com/questions/15192332/boost-message-undefined

Reference NO 2

http://quantlib.10058.n7.nabble.com/BOOST-MESSAGE-undefined-td14086.html

Reference NO 3

http://www.boost.org/libs/mpi/

Reference NO 4

http://tech.groups.yahoo.com/group/boost/message/8603

Reference NO 5

http://tech.groups.yahoo.com/group/boost/message/5460

Reference NO 6

http://ubuntuforums.org/archive/index.php/t-1180792.html

Reference NO 7

https://kforge.ros.org/pipermail/gazebo-list/2010-January.txt

Reference NO 8

http://lists.berlios.de/pipermail/mapnik-users/2010-January.txt

get value with highest ID after using mysql group

get value with highest ID after using mysql group

References

Reference NO 1

http://stackoverflow.com/questions/15192572/get-value-with-highest-id-after-using-mysql-group

Reference NO 2

http://stackoverflow.com/questions/16910050/get-row-with-highest-or-lowest-value-from-a-group-by

Reference NO 3

http://stackoverflow.com/questions/2584481/select-get-entire-row-corresponding-to-max-in-mysql-group

Reference NO 4

http://stackoverflow.com/questions/2129693/mysql-using-limit-within-group-by-to-get-n-results-per-group

Reference NO 5

http://stackoverflow.com/questions/15902900/sql-get-row-with-max-date-and-relative-id-record

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Find 3 or more repeating charaters in a string

Find 3 or more repeating charaters in a string

References

Reference NO 1

http://stackoverflow.com/questions/13193426/how-i-find-that-string-contain-a-repeating-character-more-then-6-time-in-flex

Reference NO 2

http://stackoverflow.com/questions/15193040/find-3-or-more-repeating-charaters-in-a-string

Reference NO 3

http://www.geeksforgeeks.org/given-a-string-find-its-first-non-repeating-character/

Reference NO 4

http://codereview.stackexchange.com/questions/20060/first-non-repeated-character-in-a-string-in-c

Reference NO 5

http://www.perlmonks.org/?node_id=353072

Reference NO 6

http://crackprogramming.blogspot.com/2013/02/find-start-position-of-largest-block-of.html

Reference NO 7

http://social.msdn.microsoft.com/Forums/vstudio/en-US/e667a9e8-7f31-4da8-9b60-c060e59b8471/action?threadDisplayName=how-to-find-first-nonrepeating-character-in-a-string-using-c

Reference NO 8

http://lua-users.org/wiki/PatternsTutorial

SQL Performance With Not Equals before Equals and vice versa

SQL Performance With Not Equals before Equals and vice versa

References

Reference NO 1

http://stackoverflow.com/questions/15193278/sql-performance-with-not-equals-before-equals-and-vice-versa

Reference NO 2

http://stackoverflow.com/questions/8381233/performing-arithmetic-operations-on-derived-sql-values

Reference NO 3

http://www.oracle.com/technetwork/issue-archive/2012/12-mar/o22sql-1494267.html

Reference NO 4

http://www.salesforce.com/us/developer/docs/dbcom_soql_sosl/Content/sforce_api_calls_soql_select_comparisonoperators.htm

Reference NO 5

http://forums.teradata.com/forum/enterprise/exists-vs-in

Reference NO 6

http://www.neodbug.org/201108/Top25TuningTips.pdf

Reference NO 7

http://www.brentozar.com/archive/2013/02/7-things-developers-should-know-about-sql-server/

Reference NO 8

http://support.sas.com/documentation/cdl/en/sqlproc/62086/HTML/default/a001360977.htm

CSS (3) & HTML Cut edge

CSS (3) & HTML Cut edge

References

Reference NO 1

http://stackoverflow.com/questions/15193526/css-3-html-cut-edge

Reference NO 2

http://stackoverflow.com/questions/7059597/slanted-corner-on-css-box

Reference NO 3

http://www.techrepublic.com/blog/web-designer/stay-on-the-design-cutting-edge-with-these-html5-and-css3-resources/

Reference NO 4

http://www.1stwebdesigner.com/css/css3-text-effects-typography/

Reference NO 5

http://designshack.net/articles/css/code-a-simple-folded-corner-effect-with-css/

Reference NO 6

http://www.onextrapixel.com/2013/03/08/cutting-edge-css3-typography-techniques/

Reference NO 7

http://clubmate.fi/css-beveled-corners/

Reference NO 8

http://codecamel.com/round

Source of TextBoxOnFocus

Source of TextBoxOnFocus

References

Reference NO 1

http://stackoverflow.com/questions/15193760/source-of-textboxonfocus

Reference NO 2

http://msdn.microsoft.com/en-us/library/ms754356.aspx

Reference NO 3

http://zkfiddle.org/sample/20lhpgs/1-Bug-of-textbox-onFocus

Reference NO 4

http://forums.asp.net/t/next/1508087

Reference NO 5

http://www.c-sharpcorner.com/forums/thread/228056/textbox-onfocus-events.aspx

Reference NO 6

http://www.dzone.com/snippets/toggling-default-value-textbox

Reference NO 7

http://highoncoding.com/Articles/194_Highlighting_Rows_with_TextBox_OnFocus.aspx

Reference NO 8

http://www.codingforums.com/archive/index.php/t-154088.html

Basic jquery dropdown menu

Basic jquery dropdown menu

References

Reference NO 1

http://css-tricks.com/simple-jquery-dropdowns/

Reference NO 2

http://dev7studios.com/dropit/

Reference NO 3

http://toddmotto.com/html5-and-jquery-super-simple-drop-down-nav/

Reference NO 4

http://www.9lessons.info/2012/06/simple-drop-down-menu-with-jquery-and.html

Reference NO 5

http://speckyboy.com/2010/12/01/15-super-simple-jquery-menu-and-navigation-plugins/

Reference NO 6

http://danielupshaw.com/jquery-css-dropdown-plugin/readme.html

Reference NO 7

http://alexusanin.com/jquery-tricks-tutorials/very-simple-jquery-drop-down-menu-tutorial/

Reference NO 8

http://webdesignledger.com/resources/14-easy-to-implement-drop-down-menu-solutions

SECURITY WARNING: Please treat the URL above as you would your password and do not share it with anyone

SECURITY WARNING: Please treat the URL above as you would your password
and do not share it with anyone

References

Reference NO 1

http://productforums.google.com/d/topic/webmasters/qs7CfaqTgpU

Reference NO 2

http://stackoverflow.com/questions/16033462/security-warningplease-treat-the-url-above-as-you-would-your-password-and-do-n

Reference NO 3

http://support.mozilla.org/questions/960990

Reference NO 4

http://askubuntu.com/questions/295644/security-warning-from-facebook-in-chromium

Reference NO 5

http://www.ollengg.com/2013/03/security-warning-please-treat-url-above.html

Reference NO 6

http://wordpress.org/support/topic/red-security-warning-about-my-posts-url

Reference NO 7

https://drupal.org/node/1952844

Reference NO 8

https://discussions.apple.com/thread/5003961?start=0&tstart=0

Wednesday, 28 August 2013

Parameterized Constructor for Polygon

Parameterized Constructor for Polygon

References

Reference NO 1

http://stackoverflow.com/questions/15194469/parameterized-constructor-for-polygon

Reference NO 2

http://stackoverflow.com/questions/15060579/using-reference-datatypes-for-a-parameter-of-a-method-or-constructor

Reference NO 3

http://docs.oracle.com/javase/tutorial/java/javaOO/arguments.html

Reference NO 4

http://master-gtu.blogspot.com/2012/07/define-abstract-class-called-polygon.html

Reference NO 5

https://www.clear.rice.edu/comp310/f12/demos/Fishworld/doc/ballworld/model/paint/shape/PolygonFactory.html

Reference NO 6

http://msmvps.com/blogs/peterritchie/archive/2008/11/18/pontificating-virtual-parameterized-constructors-in-c.aspx

Reference NO 7

http://paperjs.org/tutorials/paths/creating-predefined-shapes/

Reference NO 8

#EANF#

Is this a placeholder link?

Is this a placeholder link?

References

Reference NO 1

http://webdesign.about.com/od/html5tutorials/qt/html5-placeholder-links.htm

Reference NO 2

http://placehold.it/

Reference NO 3

http://davidwalsh.name/html5-placeholder

Reference NO 4

http://lists.w3.org/Archives/Public/public-html/2007Jun/0661.html

Reference NO 5

https://coderwall.com/p/fs64gg

Reference NO 6

http://stackoverflow.com/questions/17356767/why-is-the-hashtag-used-for-an-achor-links-placeholder

Reference NO 7

http://wp-events-plugin.com/documentation/placeholders/

Reference NO 8

http://docs.phplist.com/Placeholders.html

how to connect MySQL Server in msi installshield12

how to connect MySQL Server in msi installshield12

References

Reference NO 1

http://stackoverflow.com/questions/15194919/how-to-connect-mysql-server-in-msi-installshield12

Reference NO 2

http://stackoverflow.com/questions/17851174/installshield-feature-is-disabled-while-running-modify-form-add-remove-programs

Reference NO 3

http://shieldmaster.wordpress.com/2009/04/26/tutorial-adding-setup-prerequisites-to-installshield-package/

Reference NO 4

http://bytes.com/sitemap/f-302.html

Reference NO 5

http://community.flexerasoftware.com/showthread.php?167797-How-to-connect-to-MySQL-Server

Reference NO 6

http://lstigile.wordpress.com/2009/11/02/silent-install-instructions/

Reference NO 7

http://forums.mysql.com/read.php?11,246181

Reference NO 8

#EANF#

Symbian Starting Guidelines in phonegap?

Symbian Starting Guidelines in phonegap?

References

Reference NO 1

http://phonegap.com/start/

Reference NO 2

http://stackoverflow.com/questions/15195153/symbian-starting-guidelines-in-phonegap

Reference NO 3

http://www.netmagazine.com/tutorials/getting-started-phonegap

Reference NO 4

http://mobile.tutsplus.com/tutorials/phonegap/phonegap-from-scratch/

Reference NO 5

http://developer.nokia.com/Community/Discussion/showthread.php/233587-PhoneGap-doesn-t-support-Symbian-from-PhoneGap-1-4

Reference NO 6

http://ptgmedia.pearsoncmg.com/images/9780321814296/samplepages/0321814290.pdf

Reference NO 7

http://dev.tonic1394.com/2010/06/phonegap-the-missing-androidwindows-setup-guide/

Reference NO 8

http://www.amazon.com/PhoneGap-Essentials-Building-Cross-Platform-Mobile/dp/0321814290

why this happen in sql

why this happen in sql

References

Reference NO 1

http://stackoverflow.com/questions/6781381/why-do-deadlocks-happen-in-sql-server

Reference NO 2

http://thomaslarock.com/2012/10/when-does-autogrowth-happen-for-sql-server-data-files/

Reference NO 3

http://websecuritysystem.com/sql_injection.asp

Reference NO 4

http://serverfault.com/questions/159878/at-which-threshold-does-autogrow-happen-in-sql

Reference NO 5

http://dba.stackexchange.com/questions/4760/what-is-blocking-and-how-does-it-happen

Reference NO 6

http://social.msdn.microsoft.com/Forums/sqlserver/en-US/7af5b0a2-8a62-40a0-a93b-f058484e2041/action?threadDisplayName=sql-startup-what-happens

Reference NO 7

http://www.sqlservercentral.com/Forums/Topic1135587-146-1.aspx

Reference NO 8

#EANF#

cannot set property 'overflow' of null

cannot set property 'overflow' of null

References

Reference NO 1

http://stackoverflow.com/questions/15195808/cannot-set-property-overflow-of-null

Reference NO 2

https://groups.google.com/d/topic/google-visualization-api/7Snyq3Qt3vo

Reference NO 3

http://www.mysnookerstats.com/faq/

Reference NO 4

http://productforums.google.com/d/topic/analytics/u1mpjJOi36U

Reference NO 5

http://www.corejoomla.com/forum/community-polls/11581-cannot-set-property-overflow-of-null.html

Reference NO 6

http://code.google.com/p/google-visualization-api-issues/issues/detail?id=935

Reference NO 7

http://www.basic4ppc.com/android/forum/threads/how-to-do-google-chart-tools.21123/

Reference NO 8

http://www.mail-archive.com/google-visualization-api@googlegroups.com/msg18799.html

How can get new location from below method

How can get new location from below method

References

Reference NO 1

http://stackoverflow.com/questions/15196042/how-can-get-new-location-from-below-method

Reference NO 2

http://codex.wordpress.org/Installing_WordPress

Reference NO 3

http://apcentral.collegeboard.com/apc/members/repository/ap07_gridworld_solutions_doc_v2.pdf

Reference NO 4

http://studenttravel.about.com/od/uspassports/f/passport_rush.htm

Reference NO 5

http://en.wikipedia.org/wiki/Wikipedia:Help_desk

Reference NO 6

http://www.austen.com/tutorial/

Reference NO 7

http://wiki.apache.org/httpd/FAQ

Reference NO 8

http://lifehacker.com/5676149/how-to-ditch-big-brother-and-disappear-forever

How to preinstall a chrome extension on a linux headless server

How to preinstall a chrome extension on a linux headless server

References

Reference NO 1

http://stackoverflow.com/questions/15196274/how-to-preinstall-a-chrome-extension-on-a-linux-headless-server

Reference NO 2

http://stackoverflow.com/questions/8915461/how-to-find-out-what-event-listener-types-attached-to-specific-html-element-in-c

Reference NO 3

http://minimserver.com/ejre-installer.html

Reference NO 4

http://www.tuxradar.com/content/best-linux-distro-2012

Reference NO 5

http://debianhelp.wordpress.com/2011/11/06/to-do-list-after-installing-debian-squeeze/

Reference NO 6

http://linuxpluse.wordpress.com/2013/01/10/openmediavault-plex-media-server-as-home-media-server/

Reference NO 7

http://www.youtube.com/playlist?list=PL8B52D3AD4686C562

Reference NO 8

http://code.google.com/p/pyrit/wiki/Troubleshooting

Tuesday, 27 August 2013

Magento: Create order programmatically for the items on cart

Magento: Create order programmatically for the items on cart

References

Reference NO 1

http://stackoverflow.com/questions/6877767/create-order-programmatically-in-magento

Reference NO 2

http://www.magentocommerce.com/boards/viewthread/28426/

Reference NO 3

http://www.letsmakeitgo.com/blog/2011/06/magento-attach-products-to-orders-programmatically/

Reference NO 4

http://magento.stackexchange.com/questions/3562/programatically-created-order-not-adding-bundle-products-correctly

Reference NO 5

http://gzchauhan.blogspot.com/2012/03/programmatically-add-product-in-cart-in.html

Reference NO 6

http://inchoo.net/ecommerce/magento/programming-magento/programatically-create-customer-and-order-in-magento-with-full-blown-one-page-checkout-process-under-the-hood/

Reference NO 7

http://www.magebuzz.com/blog/2012/11/08/magento-create-multi-shipment-for-an-order-programmatically/

Reference NO 8

http://davehiren.blogspot.com/2011/04/programmatically-add-configurable.html

UIWebView URL Address Issue

UIWebView URL Address Issue

References

Reference NO 1

http://stackoverflow.com/questions/15196699/uiwebview-url-address-issue

Reference NO 2

http://stackoverflow.com/questions/4083296/updating-address-bar-with-current-url-from-uiwebview

Reference NO 3

https://dev.twitter.com/discussions/6392

Reference NO 4

http://iphonedevsdk.com/forum/iphone-sdk-development/21579-some-url-don-t-load-in-uiwebview.html

Reference NO 5

http://ioscreator.com/loading-a-website-with-uiwebview/

Reference NO 6

http://conecode.com/news/2011/05/ios-tutorial-creating-a-web-view-uiwebview/

Reference NO 7

http://www.roseindia.net/answers/viewqa/Mobile-Applications/16673-UIWebview-load-url.html

Reference NO 8

http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html

Is this a JSON string?

Is this a JSON string?

References

Reference NO 1

http://www.json.org/

Reference NO 2

http://stackoverflow.com/questions/3710204/how-to-check-if-a-string-is-a-valid-json-string-in-javascript-without-using-try

Reference NO 3

http://en.wikipedia.org/wiki/JSON

Reference NO 4

https://developer.mozilla.org/en-US/docs/JSON

Reference NO 5

https://moodle.org/mod/forum/discuss.php?d=205936

Reference NO 6

http://jsonlint.com/

Reference NO 7

http://docs.python.org/library/json.html

Reference NO 8

http://api.jquery.com/jQuery.parseJSON/

Open my google maps div with markers in native app (or fullscreen)

Open my google maps div with markers in native app (or fullscreen)

References

Reference NO 1

http://stackoverflow.com/questions/15197156/open-my-google-maps-div-with-markers-in-native-app-or-fullscreen

Reference NO 2

http://stackoverflow.com/questions/12471424/mobile-site-click-google-map-to-open-native-google-map-app

Reference NO 3

http://stackoverflow.com/questions/18199256/how-to-embed-the-google-maps-iphone-app-within-my-own-native-iphone-application

Reference NO 4

http://stackoverflow.com/questions/9002552/google-maps-not-loading-over-fullscreen-image

Reference NO 5

http://stackoverflow.com/questions/12516429/how-to-open-native-maps-from-full-mode-website-in-ios6-with-backward-compatibili

Reference NO 6

http://forum.jquery.com/topic/google-maps-inside-jquery-mobile

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Saving Huge text files over 2 GB in SQL data field

Saving Huge text files over 2 GB in SQL data field

References

Reference NO 1

http://stackoverflow.com/questions/15197378/saving-huge-text-files-over-2-gb-in-sql-data-field

Reference NO 2

http://stackoverflow.com/questions/15162501/attach-long-text-file-to-sql-database

Reference NO 3

http://www.bigresource.com/MS_SQL-insert-large-text-files-into-db-Kx0c9APF.html

Reference NO 4

http://programmers.stackexchange.com/questions/150669/is-it-a-bad-practice-to-store-large-files-10-mb-in-a-database

Reference NO 5

http://social.msdn.microsoft.com/Forums/windows/en-US/d1e395ab-9c13-4eda-9077-8040ddf06ce2/action?threadDisplayName=how-to-store-a-pdf-excel-or-word-document-into-a-sql-database-as-attachment

Reference NO 6

http://superuser.com/questions/34749/is-there-a-text-editor-for-very-big-files

Reference NO 7

http://www.mantisbt.org/bugs/print_bug_page.php?bug_id=7623

Reference NO 8

http://www.altdevblogaday.com/2012/06/04/sql-server-text-and-document-retrieval/

How to pass String into integer Pointer in C#

How to pass String into integer Pointer in C#

References

Reference NO 1

http://stackoverflow.com/questions/15197607/how-to-pass-string-into-integer-pointer-in-c-sharp

Reference NO 2

http://stackoverflow.com/questions/11508260/passing-stringbuilder-to-dll-function-expecting-char-pointer

Reference NO 3

http://social.msdn.microsoft.com/Forums/en-US/43eba409-41d8-4bc7-86e2-c484ff240821/action?threadDisplayName=string-to-intptr-conversion

Reference NO 4

http://msdn.microsoft.com/en-us/library/system.string.string.aspx

Reference NO 5

http://msdn.microsoft.com/en-us/library/s9ts558h.aspx

Reference NO 6

http://bytes.com/topic/c-sharp/answers/232237-c-pointers-int-anyone

Reference NO 7

#EANF#

Reference NO 8

#EANF#

No Persistence provider error for the OSGI bunfle with JPA support

No Persistence provider error for the OSGI bunfle with JPA support

References

Reference NO 1

http://stackoverflow.com/questions/15197859/no-persistence-provider-error-for-the-osgi-bunfle-with-jpa-support

Reference NO 2

http://stackoverflow.com/questions/15239943/getting-java-lang-noclassdeffounderror-javax-naming-namingexception-error-when

Reference NO 3

https://bugs.eclipse.org/bugs/show_bug.cgi?id=373870

Reference NO 4

http://eclipse.1072660.n5.nabble.com/JPA-OSGI-Eclipselink-class-loaders-td6927.html

Reference NO 5

http://mail-archives.apache.org/mod_mbox/aries-user/201203.mbox/%3CCAGR9d6gRfu1jNcia_nZpGBTV6fiMq9G1utBys9wawbjRFkqV+A@mail.gmail.com%3E

Reference NO 6

http://www.objectdb.com/object/database/persistence?page=6

Reference NO 7

#EANF#

Reference NO 8

#EANF#

How to realize push when add an unread message in the short message database like when receive the new message it has push?

How to realize push when add an unread message in the short message
database like when receive the new message it has push?

References

Reference NO 1

http://www.smsco.it/en/sms_tutorials/sms_from_access.jsp

Reference NO 2

http://wiki.remobjects.com/wiki/Adding_Push_Notifications_to_Your_iPhone_Applications_Using_RemObjects_SDK_(Xcode)

Reference NO 3

http://slideme.org/node/10648/talk

Reference NO 4

http://infolib.lotus.com/resources/domino/traveler/8.5.3/doc/ta853abd002/nl_be/NotesTraveler.html

Reference NO 5

http://stackoverflow.com/questions/9128176/run-a-service-with-root-privileges-or-adding-permissions-with-root

Reference NO 6

https://devcenter.heroku.com/articles/pusher_tutorial

Reference NO 7

http://apple.stackexchange.com/questions/69286/how-to-stop-messages-from-opening-when-i-touch-the-icon

Reference NO 8

http://www.gvconnect.com/

sqlserver backup using c# getting issue

sqlserver backup using c# getting issue

References

Reference NO 1

http://stackoverflow.com/questions/15198279/sqlserver-backup-using-c-sharp-getting-issue

Reference NO 2

http://social.msdn.microsoft.com/Forums/en-US/ac2a3972-1260-47aa-bfdd-0be6c2de723e/action?threadDisplayName=mssql-server-backup-and-restore-using-c

Reference NO 3

http://www.mssqltips.com/sqlservertip/1849/backup-and-restore-sql-server-databases-programmatically-with-smo/

Reference NO 4

http://www.codeproject.com/Articles/123441/SQL-Server-2008-Backup-and-Restore-Databases-using

Reference NO 5

http://www.bigresource.com/MS_SQL--Database-backup-using-c--ZEN0eRPP.html

Reference NO 6

http://www.c-sharpcorner.com/uploadfile/rohatash/creating-sql-server-backup-file-with-c-sharp/

Reference NO 7

http://www.softwarepassion.com/backup-your-ms-sql-server-with-c/

Reference NO 8

#EANF#

Regex replace in multiple files

Regex replace in multiple files

References

Reference NO 1

http://stackoverflow.com/questions/15198494/regex-replace-in-multiple-files

Reference NO 2

http://systembash.com/content/easy-search-and-replace-in-multiple-files-on-linux-command-line/

Reference NO 3

http://chris.olstrom.com/howto/replace-text-in-multiple-files/

Reference NO 4

http://www.regular-expressions.info/powergrep.html

Reference NO 5

http://www.digitalvolcano.co.uk/textcrawler.html

Reference NO 6

http://rxfind.codeplex.com/

Reference NO 7

http://ergoemacs.org/emacs/find_replace_inter.html

Reference NO 8

http://sourceforge.net/projects/findandreplace/

Monday, 26 August 2013

Opencv in QT giving error for no reason

Opencv in QT giving error for no reason

References

Reference NO 1

http://stackoverflow.com/questions/15198703/opencv-in-qt-giving-error-for-no-reason

Reference NO 2

http://stackoverflow.com/questions/17681182/using-opencv-and-vs-c-fatal-error-assert-h

Reference NO 3

http://stackoverflow.com/questions/14655969/opencv-error-the-function-is-not-implemented

Reference NO 4

http://stackoverflow.com/questions/14430510/cvfilestorage-doesnt-work-in-qt

Reference NO 5

http://www.barbato.us/2010/09/20/using-opencv-within-qtcreator-in-windows/

Reference NO 6

http://docs.opencv.org/opencv_tutorials.pdf

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Three Display UI in WPF

Three Display UI in WPF

References

Reference NO 1

http://stackoverflow.com/questions/5117335/underscores-not-displayed-in-wpf

Reference NO 2

http://social.msdn.microsoft.com/Forums/vstudio/en-US/e44460b1-c55e-4566-93eb-a0b55bb4309c/action?threadDisplayName=c-wpf-ui-update-is-very-slow

Reference NO 3

http://eprystupa.wordpress.com/2008/07/28/running-wpf-application-with-multiple-ui-threads/

Reference NO 4

http://modernuicharts.codeplex.com/

Reference NO 5

http://www.codeproject.com/Articles/326641/WPF-MVVM-Real-Time-Trading-Application

Reference NO 6

http://www.codeproject.com/Articles/100081/Introducing-Ribbon-UI-Control-for-WPF

Reference NO 7

http://blog.csharplearners.com/tag/wpf/

Reference NO 8

http://blogs.telerik.com/michaelcrump/posts/13-03-28/easily-create-a-modern-ui-with-radcontrols-for-wpf-using-radtilelist

casting crc32 to uint8_t

casting crc32 to uint8_t

References

Reference NO 1

http://stackoverflow.com/questions/15199232/casting-crc32-to-uint8-t

Reference NO 2

http://stackoverflow.com/questions/17076467/why-does-java-util-zip-crc32-getvalue-return-a-long-not-an-int

Reference NO 3

http://www.tinyos.net/tinyos-2.x/doc/html/tep111.html

Reference NO 4

http://home.thep.lu.se/~bjorn/crc/

Reference NO 5

http://www.lammertbies.nl/forum/viewtopic.php?t=1528&start=15

Reference NO 6

https://github.com/Wiladams/LAPHLibs/blob/master/CRC32.lua

Reference NO 7

http://forums.xilinx.com/t5/Spartan-Family-FPGAs/Problems-with-Spartan6-CRC-calculation/td-p/328551

Reference NO 8

http://rosettacode.org/wiki/CRC-32

enable javascript on webbrowser control win ec 7

enable javascript on webbrowser control win ec 7

References

Reference NO 1

http://stackoverflow.com/questions/15199421/enable-javascript-on-webbrowser-control-win-ec-7

Reference NO 2

http://social.msdn.microsoft.com/Forums/en-US/8a153a88-ccae-471f-9507-9a3d96544851/action?threadDisplayName=webbrowsercontrol-wince-5-does-not-execute-javascript-on-wec7

Reference NO 3

http://www.scottlogic.com/blog/2011/11/17/suppressing-zoom-and-scroll-interactions-in-the-windows-phone-7-browser-control.html

Reference NO 4

http://mobile.dzone.com/articles/integrating-html5-and

Reference NO 5

http://www.casio-intl.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=content-disposition&blobheadervalue1=inline%3Bfilename%3DNaurtech_Web_Browser_Prog_Guide.pdf&blobkey=id&blobtable=MungoBlobs&blobwhere=1333509166129&ssbinary=true

Reference NO 6

http://www.uvreaders.com/documents/458.pdf

Reference NO 7

http://mark.mymonster.nl/2010/06/24/capture-usage-information-of-a-windows-phone-7-application-using-google-analytics

Reference NO 8

http://www.java.com/en/download/help/java_update.xml

Ruby test with jenkins/maven/testLink

Ruby test with jenkins/maven/testLink

References

Reference NO 1

http://stackoverflow.com/questions/15199619/ruby-test-with-jenkins-maven-testlink

Reference NO 2

http://stackoverflow.com/questions/16273412/testlink-and-jenkins-test-case-not-run

Reference NO 3

http://stackoverflow.com/questions/14963856/maven-execution-of-test-not-working

Reference NO 4

http://stackoverflow.com/questions/15810845/how-to-run-ruby-test-with-watir-on-jenkins-slave

Reference NO 5

https://issues.jenkins-ci.org/browse/JENKINS-14263

Reference NO 6

https://wiki.jenkins-ci.org/display/JENKINS/Plugins

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Replace in strings found by grep

Replace in strings found by grep

References

Reference NO 1

http://stackoverflow.com/questions/6178498/using-grep-and-sed-to-find-and-replace-a-string

Reference NO 2

http://stackoverflow.com/questions/1169927/using-sed-and-grep-to-search-and-replace

Reference NO 3

http://vasir.net/blog/ubuntu/replace_string_in_multiple_files/

Reference NO 4

http://www.unix.com/shell-programming-scripting/46219-how-replace-all-string-instances-found-find-grep.html

Reference NO 5

http://www.linuxforums.org/forum/newbie/126293-can-i-use-grep-find-replace-text.html

Reference NO 6

http://diginit.wordpress.com/2008/04/23/unix-global-find-and-replace-using-find-grep-and-sed/

Reference NO 7

http://www.dslreports.com/forum/r25553103-Grep-find-and-replace-

Reference NO 8

http://stat.ethz.ch/R-manual/R-devel/library/base/html/grep.html

How to find out whether a keyCode corresponds to an actual character or a function key?

How to find out whether a keyCode corresponds to an actual character or a
function key?

References

Reference NO 1

http://stackoverflow.com/questions/15200074/how-to-find-out-whether-a-keycode-corresponds-to-an-actual-character-or-a-functi

Reference NO 2

http://download.java.net/jdk8/docs/api/java/awt/event/KeyEvent.html

Reference NO 3

http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WKeyEvent.html

Reference NO 4

http://docs.wxwidgets.org/trunk/classwx_key_event.html

Reference NO 5

http://msdn.microsoft.com/en-us/library/windows/desktop/ms646267(v=vs.85).aspx

Reference NO 6

https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent

Reference NO 7

http://javascript.info/tutorial/keyboard-events

Reference NO 8

http://developer.android.com/reference/android/view/KeyCharacterMap.html

Broken Xcode 4.6 UI

Broken Xcode 4.6 UI

References

Reference NO 1

http://stackoverflow.com/questions/15200289/broken-xcode-4-6-ui

Reference NO 2

http://devcodehack.com/xcode-sucks-and-heres-why/

Reference NO 3

https://developer.apple.com/library/etc/redirect/xcode/release_notes

Reference NO 4

http://code.google.com/p/coverstory/wiki/UsingCoverstory

Reference NO 5

http://mac.softpedia.com/progChangelog/Apple-Xcode-Changelog-7935.html

Reference NO 6

http://en.wikipedia.org/wiki/Xcode

Reference NO 7

http://forums.macrumors.com/showthread.php?t=1609622

Reference NO 8

http://download.cnet.com/Apple-Xcode/3000-2212_4-44725.html

How to check null condition for the boolean variable

How to check null condition for the boolean variable

References

Reference NO 1

http://stackoverflow.com/questions/15200522/how-to-check-null-condition-for-the-boolean-variable

Reference NO 2

http://stackoverflow.com/questions/7938622/android-java-check-boolean-value-checking-for-null

Reference NO 3

http://php.net/manual/en/language.types.boolean.php

Reference NO 4

http://www.java2s.com/Code/Java/Data-Type/ChecksifaBooleanvalueisnotfalsehandlingnullbyreturningtrue.htm

Reference NO 5

http://www.functionx.com/java/Lesson06.htm

Reference NO 6

http://www.learnpython.org/Conditions

Reference NO 7

http://freemarker.org/docs/dgui_template_exp.html

Reference NO 8

http://www.roseindia.net/answers/viewqa/Java-Beginners/5365-How-to-do-Null-validation-for-a-boolean-variable.html

white spaces in text data while reporting in Crystal Report

white spaces in text data while reporting in Crystal Report

References

Reference NO 1

http://stackoverflow.com/questions/15200755/white-spaces-in-text-data-while-reporting-in-crystal-report

Reference NO 2

https://www.blackbaud.com/files/support/guides/crystal/siscrys.pdf

Reference NO 3

http://www.bigresource.com/VB-Crystal-Report-printing-white-space--gDhFJxFVhM.html

Reference NO 4

http://www.learnit.com/samples/Crystal%20Reports%20XI/1418861448pv.pdf

Reference NO 5

http://forumarray.com/hiding-main-report-white-space-if-subreport-is-empty-233089

Reference NO 6

http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=15912

Reference NO 7

http://scn.sap.com/thread/3191785

Reference NO 8

http://www.crystalkeen.com/articles/crystalreports/imageinreport.htm

Print UTF-8 characters in cmd using python

Print UTF-8 characters in cmd using python

References

Reference NO 1

http://stackoverflow.com/questions/15200990/print-utf-8-characters-in-cmd-using-python

Reference NO 2

http://stackoverflow.com/questions/14334664/using-utf-8-input-for-cmd-python-module

Reference NO 3

http://stackoverflow.com/questions/2660264/making-swedish-characters-show-properly-in-windows-command-prompt-using-python-i

Reference NO 4

http://stackoverflow.com/questions/9730835/how-to-handle-utf8-on-the-command-line-using-perl-or-python

Reference NO 5

http://stackoverflow.com/questions/7078232/python-2-7-output-utf-8-in-windows-console

Reference NO 6

http://bugs.python.org/issue1602

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Sunday, 25 August 2013

handling huge size of data using arraylist

handling huge size of data using arraylist

References

Reference NO 1

http://stackoverflow.com/questions/15201235/handling-huge-size-of-data-using-arraylist

Reference NO 2

http://stackoverflow.com/questions/4450628/arraylist-how-does-the-size-increase

Reference NO 3

http://www.leepoint.net/notes-java/data/collections/lists/arraylist.html

Reference NO 4

http://math.hws.edu/javanotes/c7/s3.html

Reference NO 5

http://www.homeandlearn.co.uk/java/array_lists.html

Reference NO 6

http://www.coderanch.com/t/478502/Performance/java/store-huge-string-array-list

Reference NO 7

http://java-performance.info/arraylist-performance/

Reference NO 8

http://www.java-samples.com/showtutorial.php?tutorialid=234

Delete margin of lines in listview

Delete margin of lines in listview

References

Reference NO 1

http://stackoverflow.com/questions/15201482/delete-margin-of-lines-in-listview

Reference NO 2

http://stackoverflow.com/questions/4984313/spacing-between-listview-items-android

Reference NO 3

http://stackoverflow.com/questions/8440604/how-to-add-spacing-between-the-listview-items

Reference NO 4

http://stackoverflow.com/questions/7414714/how-to-remove-gap-between-listviewitems-in-win7

Reference NO 5

http://stackoverflow.com/questions/11096304/listview-divider-margin

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

PushNotification with PhoneGap on iOS

PushNotification with PhoneGap on iOS

References

Reference NO 1

http://devgirl.org/2013/07/17/tutorial-implement-push-notifications-in-your-phonegap-application/

Reference NO 2

http://stackoverflow.com/questions/17710244/phonegap-meteor-ios-push-notifications

Reference NO 3

http://www.adobe.com/devnet/phonegap/articles/apple-push-notifications-with-phonegap.html

Reference NO 4

https://github.com/phonegap-build/PushPlugin

Reference NO 5

http://www.sencha.com/forum/showthread.php?262850-How-to-make-iOS-Push-notifications-work-(with-phonegap)

Reference NO 6

http://www.pushwoosh.com/programming-push-notification/ios/ios-additional-platforms/push-notification-sdk-integration-for-phonegap/

Reference NO 7

http://phonegap.com/blog/build/introducing-genericpush-plugin/

Reference NO 8

#EANF#

xml querying with variable

xml querying with variable

References

Reference NO 1

http://stackoverflow.com/questions/6304197/query-xml-variable-to-get-a-rowset

Reference NO 2

http://stackoverflow.com/questions/5965000/sql-xml-xquery-data-query-using-a-variable-in-the-node-selection

Reference NO 3

http://technet.microsoft.com/en-us/library/ms188254.aspx

Reference NO 4

http://www.sqlteam.com/forums/topic.asp?topic_id=151289

Reference NO 5

https://forums.oracle.com/thread/2529905

Reference NO 6

http://www.w3.org/TR/2013/WD-xquery-30-20130723/

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Java abstract class implements an interface

Java abstract class implements an interface

References

Reference NO 1

http://stackoverflow.com/questions/197893/why-an-abstract-class-implementing-an-interface-can-miss-the-declaration-impleme

Reference NO 2

http://stackoverflow.com/questions/14875724/using-abstract-class-that-implements-an-interface-java

Reference NO 3

http://www.coderanch.com/t/370619/java/java/abstract-class-implement-interface

Reference NO 4

http://docs.oracle.com/javase/tutorial/java/IandI/abstract.html

Reference NO 5

http://en.wikipedia.org/wiki/Interface_(Java)

Reference NO 6

http://mindprod.com/jgloss/interfacevsabstract.html

Reference NO 7

http://rayli.net/blog/2008/09/why-does-an-abstract-class-need-to-implement-interface-methods/

Reference NO 8

http://www.javabeginner.com/abstract-class-interface.htm

Maintain Facebook likes after page move

Maintain Facebook likes after page move

References

Reference NO 1

http://stackoverflow.com/questions/7197919/how-can-i-move-a-url-via-301-redirect-and-retain-the-pages-facebook-likes-and-o

Reference NO 2

http://searchenginewatch.com/article/2172926/How-to-Maintain-Social-Shares-After-a-Site-Migration

Reference NO 3

https://www.facebook.com/quotedthoughts

Reference NO 4

http://www.pcworld.com/article/243138/how_to_promote_and_maintain_your_facebook_business_page.html

Reference NO 5

http://www.forbes.com/sites/ericjackson/2012/04/30/heres-why-google-and-facebook-might-completely-disappear-in-the-next-5-years/

Reference NO 6

http://lifehacker.com/5538697/how-to-quit-facebook-without-actually-quitting-facebook

Reference NO 7

http://www.theguardian.com/technology/2013/jun/10/apple-google-giants-nsa-revelations

Reference NO 8

http://online.wsj.com/article/SB10001424052702304192704577406394017764460.html

How to store texture uniforms in the state of the program?

How to store texture uniforms in the state of the program?

References

Reference NO 1

http://stackoverflow.com/questions/15202657/how-to-store-texture-uniforms-in-the-state-of-the-program

Reference NO 2

http://http.developer.nvidia.com/CgTutorial/cg_tutorial_chapter03.html

Reference NO 3

http://www.opengl.org/wiki/Uniform_Buffer_Object

Reference NO 4

http://www.opengl.org/wiki/Texture

Reference NO 5

http://rastergrid.com/blog/2010/01/uniform-buffers-vs-texture-buffers/

Reference NO 6

http://glslstudio.com/primer/

Reference NO 7

http://blog.angusforbes.com/openglglsl-render-to-texture/

Reference NO 8

#EANF#

Direct connect (DC) library in python

Direct connect (DC) library in python

References

Reference NO 1

http://stackoverflow.com/questions/15202880/direct-connect-dc-library-in-python

Reference NO 2

http://code.google.com/p/python-dc-bot/

Reference NO 3

https://github.com/blakef/pydirectconnect/wiki

Reference NO 4

http://en.wikipedia.org/wiki/Direct_Connect_(file_sharing)

Reference NO 5

http://en.wikipedia.org/wiki/Comparison_of_NMDC_Software

Reference NO 6

http://www.findbestopensource.com/product/pyminidcbot

Reference NO 7

http://www.packtpub.com/article/installing-and-configuring-the-python-ldap-library-and-binding-to-an-ldap-directory

Reference NO 8

http://wiki.dtella.org/wiki/Dtella:Installation_Guide_for_Linux

Creating an Akka fat Jar

Creating an Akka fat Jar

References

Reference NO 1

https://groups.google.com/d/topic/akka-user/p6C0Stlgbe0

Reference NO 2

http://stackoverflow.com/questions/15203113/creating-an-akka-fat-jar

Reference NO 3

http://forums.gradle.org/gradle/topics/building_a_runnable_scala_jar_file_with_akka_library_as_dependency

Reference NO 4

https://www.assembla.com/spaces/akka/tickets/2634

Reference NO 5

http://letitcrash.com/post/21025950392/

Reference NO 6

http://osdir.com/ml/akka/2012-02/msg00069.html

Reference NO 7

http://groups.google.com/d/msg/spray-user/-/LZTKXj1VCF4J

Reference NO 8

https://github.com/sbt/sbt-assembly/issues/32

Location significant change feature in iOS 6 is not called as often as iOS 5

Location significant change feature in iOS 6 is not called as often as iOS 5

References

Reference NO 1

http://stackoverflow.com/questions/15203396/location-significant-change-feature-in-ios-6-is-not-called-as-often-as-ios-5

Reference NO 2

http://www.apple.com/ios/whats-new/

Reference NO 3

http://www.hongkiat.com/blog/more-ios5-features/

Reference NO 4

http://www.macworld.com/article/2041306/27-new-ios-7-features-apple-didnt-talk-about.html

Reference NO 5

http://readwrite.com/2013/02/08/12-really-good-reasons-to-jailbreak-ios-6

Reference NO 6

http://appsontap.wordpress.com/2012/10/11/the-19-best-new-features-of-the-iphone-5-and-ios-6-and-how-to-use-them/

Reference NO 7

http://www.ibtimes.com/apple-ios-7-release-13-surprise-features-weve-discovered-ios-7-beta-1318035

Reference NO 8

http://www.cbsnews.com/8301-505143_162-57518801/do-not-disturb-the-best-new-feature-in-ios-6/